home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-15 | 1.0 KB | 52 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = DynaDoodle
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = app_icon.tiff
- LOCAL_RESOURCES = DynaDoodle.nib Info.nib
-
- GLOBAL_RESOURCES = app_icon.tiff
-
- CLASSES = Doodle.m DoodleBundle.m Manager.m
-
- HFILES = Doodle.h DoodleBundle.h Manager.h
-
- MFILES = DynaDoodle_main.m
-
- BUNDLES = Checkerboard.bproj Face.bproj Sine.bproj Spiral.bproj\
- Star.bproj
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble ReadMe.rtf
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app app_icon.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-